" foreground-color: @fg_color;\n"
" text-color: @text_color; \n"
" base-color: @base_color; \n"
- " border-color: #898089;\n"
+ " border-color: shade (@bg_color, 0.7);\n"
" padding: 2 2; \n"
"}\n"
"\n"
"*:prelight {\n"
- " background-color: #eeebe7;\n"
- " foreground-color: #000000;\n"
- " text-color: #eeebe7; \n"
- " base-color: #ffffff; \n"
+ " background-color: shade (@bg_color, 2.0);\n"
+ " foreground-color: shade (@fg_color, 1.3);\n"
+ " text-color: @selected_fg_color;\n"
+ " base-color: @selected_bg_color;\n"
"}\n"
"\n"
"*:selected {\n"
- " background-color: #4b6983;\n"
- " foreground-color: #ffffff;\n"
- " base-color: #4b6983;\n"
- " text-color: #ffffff;\n"
+ " background-color: @selected_bg_color;\n"
+ " foreground-color: @selected_fg_color;\n"
"}\n"
"\n"
"*:insensitive {\n"
- " background-color: #dcdad5;\n"
- " foreground-color: #757575;\n"
+ " background-color: shade (@bg_color, 0.7);\n"
+ " foreground-color: shade (@fg_color, 0.7);\n"
"}\n"
"\n"
"GtkTreeView, GtkIconView {\n"
- " background-color: #ffffff; \n"
+ " background-color: @base_color;\n"
+ " foreground-color: @text_color;\n"
+ "}\n"
+ "\n"
+ "GtkTreeView > row {\n"
+ " background-color: @base_color;\n"
+ " foreground-color: @text_color;\n"
"}\n"
"\n"
"GtkTreeView > row:nth-child(odd) { \n"
- " background-color: shade(#ffffff, 0.93); \n"
+ " background-color: shade (@base_color, 0.93); \n"
"}\n"
"\n"
".tooltip {\n"
" foreground-color: @tooltip_fg_color; \n"
"}\n"
"\n"
- "GtkToggleButton:prelight {\n"
- " text-color: #000; \n"
- "}\n"
- "\n"
".button,\n"
".slider {\n"
" border-style: outset; \n"
"}\n"
"\n"
".button:active {\n"
- " background-color: #c4c2bd;\n"
- " foreground-color: #000000;\n"
- " text-color: #c4c2bd; \n"
- " base-color: #9c9a94; \n"
+ " background-color: shade (@bg_color, 0.7);\n"
" border-style: inset; \n"
"}\n"
"\n"
+ ".button:prelight,\n"
+ ".slider:prelight {\n"
+ " background-color: @selected_bg_color;\n"
+ " foreground-color: @selected_fg_color;\n"
+ " border-color: shade (@selected_bg_color, 0.7);\n"
+ "}\n"
+ "\n"
".trough {\n"
" border-style: inset;\n"
" border-width: 1;\n"
".viewport {\n"
" border-style: inset;\n"
" border-width: 2;\n"
- " border-color: #9a909a;\n"
"}\n"
"\n";